body {
	font-family: "Poppins", sans-serif;
}

.navbar {
	padding-top: 10px;
	padding-bottom: 10px;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

header {
	padding-bottom: 75px;
}

.navbar-brand {
	font-size: 30px;
	font-weight: 600;
}

.navbar-nav {
	font-size: 13px;
	font-weight: 500;
}

.button-dark {
	background-color: #9381ff;
	color: #f8f7ff;
	border-radius: 0;
	padding-left: 30px;
	padding-right: 30px;
}

.button-dark:hover {
	background-color: #9381ff;
	color: #f8f7ff;
	border-radius: 0;
	padding-left: 30px;
	padding-right: 30px;
	box-shadow: 0px 4px 10px 2px rgba(147, 129, 255, 0.4);
}

footer {
	background-color: #b8b8ff;
    padding-top: 50px;
    padding-bottom: 50px;
	width: 100%;
}

.active > .nav-link {
    color: #9381ff !important;
}

.button-light {
	background-color: #f8f7ff;
	color: grey;
	border: 2px solid grey;
	border-radius: 0;
	font-weight: 400;
	font-size: 17px;
}

.button-light:hover {
	font-weight: 500;
	transform: scale(1.05) perspective(1px);
	color: #9381ff;
	border: 2px solid #9381ff;
}